Fix custom icon #20.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 4 Feb 2005 20:23:32 +0000 (20:23 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 4 Feb 2005 20:23:32 +0000 (20:23 +0000)
Renumber starting from "Custom 0" instead of "Custom 1" for consistency
with Mapsource 6.5.

gpsbabel/garmin_tables.c

index 08f11c5b0acde027a56c4a3564ce7eb37583eda1..d8aa0e1f74e8aa84b6c33b82a30fb4064f454a92 100644 (file)
@@ -180,30 +180,30 @@ icon_mapping_t garmin_icon_table[] = {
         * numbers "-2" to signify that as a problem until we can create
         * these in a .mps or .gdb file and see their representation there.
         */
-       {    -2,  7680, "Custom 1" },
-       {    -2,  7681, "Custom 2" },
-       {    -2,  7682, "Custom 3" },
-       {    -2,  7683, "Custom 4" },
-       {    -2,  7684, "Custom 5" },
-       {    -2,  7685, "Custom 6" },
-       {    -2,  7686, "Custom 7" },
-       {    -2,  7687, "Custom 8" },
-       {    -2,  7688, "Custom 9" },
-       {    -2,  7689, "Custom 10" },
-       {    -2,  7690, "Custom 11" },
-       {    -2,  7691, "Custom 12" },
-       {    -2,  7692, "Custom 13" },
-       {    -2,  7693, "Custom 14" },
-       {    -2,  7694, "Custom 15" },
-       {    -2,  7695, "Custom 16" },
-       {    -2,  7696, "Custom 17" },
-       {    -2,  7697, "Custom 18" },
-       {    -2,  7698, "Custom 19" },
-       {    -2,  7799, "Custom 20" },
-       {    -2,  7700, "Custom 21" },
-       {    -2,  7701, "Custom 22" },
-       {    -2,  7702, "Custom 23" },
-       {    -2,  7703, "Custom 24" },
+       {    -2,  7680, "Custom 0" },
+       {    -2,  7681, "Custom 1" },
+       {    -2,  7682, "Custom 2" },
+       {    -2,  7683, "Custom 3" },
+       {    -2,  7684, "Custom 4" },
+       {    -2,  7685, "Custom 5" },
+       {    -2,  7686, "Custom 6" },
+       {    -2,  7687, "Custom 7" },
+       {    -2,  7688, "Custom 8" },
+       {    -2,  7689, "Custom 9" },
+       {    -2,  7690, "Custom 10" },
+       {    -2,  7691, "Custom 11" },
+       {    -2,  7692, "Custom 12" },
+       {    -2,  7693, "Custom 13" },
+       {    -2,  7694, "Custom 14" },
+       {    -2,  7695, "Custom 15" },
+       {    -2,  7696, "Custom 16" },
+       {    -2,  7697, "Custom 17" },
+       {    -2,  7698, "Custom 18" },
+       {    -2,  7699, "Custom 19" },
+       {    -2,  7700, "Custom 20" },
+       {    -2,  7701, "Custom 21" },
+       {    -2,  7702, "Custom 22" },
+       {    -2,  7703, "Custom 23" },
 
        {    92,  8227, "Micro-Cache" },        /* icon for "Toll Booth" */
        {    48,   161, "Virtual cache" },      /* icon for "Scenic Area" */